|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is an interface used in the Framework.
| Method Summary | |
CardService |
create(Card card,
java.lang.Class cls)
This method is called by the Framework. |
void |
initialize(java.util.Hashtable env)
This method is called by the Framework. |
java.util.Iterator |
listCardServices()
This method is called by the Framework. |
void |
release()
This method is called by the Framework. |
| Method Detail |
public void initialize(java.util.Hashtable env)
throws CardServiceFactoryException
env -
an environment property.
CardServiceFactoryException -
when an error has occurred in the initialization of the CardServiceFactory.
public void release()
throws CardServiceFactoryException
CardServiceFactoryException -
when an error has occurred in the release of the resources.
public java.util.Iterator listCardServices()
throws CardServiceFactoryException
CardServiceFactoryException -
when an error has occurred in the obtainment of a CardService.
public CardService create(Card card,
java.lang.Class cls)
throws CardServiceNotFoundException,
CardServiceFactoryException
card -
a card object.cls -
a CardService class.
CardServiceNotFoundException -
when an appropriate card service was not found.
CardServiceFactoryException -
when an error has occurred in the card service factory.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||